home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
c-runtime
/
tests
/
RCS
/
SubClass5.h,v
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-18
|
393 b
|
45 lines
head 1.1;
access;
symbols;
locks
dglattin:1.1; strict;
comment @ * @;
1.1
date 92.08.18.04.58.04; author dglattin; state Exp;
branches;
next ;
desc
@test code.
@
1.1
log
@Initial revision
@
text
@#ifndef __SUBCLASS5_H
#define __SUBCLASS5_H
#include <SubClass1.h>
@@interface SubClass5 : SubClass1 {
char dumber[ 17 ];
}
+ ( int )return12;
- ( int )return15;
@@end
#endif
@